micro_utils.dokka
0.9.5
android
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
[android]mapOnPresented
map
On
Presented
android
inline
fun
<
T
,
R
>
Optional
<
T
>
.
mapOnPresented
(
block
:
(
T
)
->
R
)
:
R
?
Content copied to clipboard
Will call
block
when data presented (
Optional.dataPresented
== true)